The JavaBean API > JavaBean overview > MMJB.getIndexedProperties() |
![]() ![]() ![]() |
Availability
Dreamweaver UltraDev 4.0
Description
Introspects the bean class and returns its indexed properties. Indexed properties are design patterns that behave like collections.
Arguments
packageName.className
packageName.className
is the package name of the class, which is part of the classpath. It must be a Java .jar or .zip Java archive.
Returns
A string array of indexed properties of the JavaBean. On error, returns an empty array.
![]() ![]() ![]() |